home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / mac / SVMM 2 / Village / ECOLE / IMPRIM / IMPRIM.DIR / 00044_Script_44 < prev    next >
Text File  |  1995-10-19  |  393b  |  14 lines

  1. on exitFrame
  2.   set the castnum of sprite 34 to the number of cast 130
  3.   set the castnum of sprite 46 to the number of cast "mainorm"
  4.   repeat with i = 19 to 21
  5.     set the visible of sprite i to false
  6.   end repeat
  7.   repeat with B= 23 to 25
  8.     set the visible of sprite b to true
  9.     puppetsprite i, false
  10.     puppetsprite B, false
  11.   end repeat
  12.   updatestage
  13.   go to the frame
  14. end